home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / ttdnsd.postinst < prev    next >
Encoding:
Text File  |  2010-07-07  |  308 b   |  13 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installinit
  4. if [ -x "/etc/init.d/ttdnsd" ]; then
  5.     update-rc.d ttdnsd defaults >/dev/null
  6.     if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
  7.         invoke-rc.d ttdnsd start || exit $?
  8.     else
  9.         /etc/init.d/ttdnsd start || exit $?
  10.     fi
  11. fi
  12. # End automatically added section
  13.